To ensure the best results in both Internet Explorer and Netscape Navigator, Dreamweaver inserts Flash movies using both the OBJECT
and EMBED
tags. (OBJECT
is the tag defined by Microsoft for ActiveX controls; EMBED
is the tag defined by Netscape for plugins.) To view the following properties in the Property inspector, select a Flash movie. See also Inserting Flash movies.
The Property inspector initially displays the most commonly used properties. Click the expander arrow in the lower right corner to see all properties.
Name Specifies a name to identify the movie for scripting. Enter a name in the unlabeled field on the far left side of the Property inspector.
W and H Specify the width and height of the movie in pixels. You can also specify the following units: pc (picas), pt (points), in (inches), mm (millimeters), cm (centimeters), or % (percentage of the parent object's value). The abbreviations must follow the value without a space: for example, 3mm.
File Specifies the path to the Flash movie file. Type a path, or click the folder icon to browse to a file.
Tag Determines the tags used to identify the movie. You can choose OBJECT
and EMBED
, or either tag separately. The default value, OBJECT
and EMBED
, is recommended.
Align Determines how the movie is aligned on the page. See Aligning elements for a description of each option.
BgColor Specifies a background color for the movie area. This color also appears while the movie is not playing (while loading and after playing).
ID Defines the optional ActiveX ID parameter. This parameter is most often used to pass information between ActiveX controls.
Borders Specifies the width of the border around the movie.
V Space and H Space Specify the number of pixels of white space above, below, and on both sides of the movie.
Alt Image (OBJECT
only) specifies an image to be displayed if the user's browser does not support ActiveX controls.
Parameters Opens a dialog box for entering additional parameters to pass to the movie. See About parameters. The movie must be authored to receive these parameters.
Quality Sets the QUALITY
parameter for the OBJECT
and EMBED
tags that run the movie. See the Flash documentation for a description of the options. The choices are Low, Auto Low, Auto High, and High.
Scale Sets the SCALE
parameter for the OBJECT
and EMBED
tags that run the movie. See the Flash documentation for a description of the options.
Autoplay Plays the movie automatically when the page loads.
Loop Makes the movie loop indefinitely.